Skip to main content

SELECT STATEMENT

Short Description

The SQL statement is using a SELECT to access the database.

Detailed Description​

One of the four SQL language Data Manipulation Language (DML) statements - SELECT, INSERT, UPDATE and DELETE.

SELECT STATEMENT will normally be the root node at the top of the EXPLAIN PLAN tree for any SELECT statement.

Further Reading​

Search online​

If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.